home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / space_runner_2.swf / scripts / frame_44 / PlaceObject2_36_35 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2007-01-12  |  324b  |  17 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.hero.hoppa.face))
  3.    {
  4.       if(_root.hero.skala == -1)
  5.       {
  6.          _root.hero._x = this._x + 17;
  7.       }
  8.    }
  9.    if(this.hitTest(_root.hero.hoppa.face))
  10.    {
  11.       if(_root.hero.skala == 1)
  12.       {
  13.          _root.hero._x = this._x - 17;
  14.       }
  15.    }
  16. }
  17.